home *** CD-ROM | disk | FTP | other *** search
- *-------------------------------------------------------------------------------
- *-- PROGRAM...: COMPILE.PRG
- *-- Notes.....: Simple program to compile the PRG files for the ATUSERS database
- *-- system ...
- *-------------------------------------------------------------------------------
- clear
- ? "Compiling system ..."
- ?
- ? "MENU.PRG"
- compile menu
- @4,0 clear
- @4,0 say "BORENTR.PRG"
- compile borentr
- @5,0 clear
- @5,0 say "BOREDIT.PRG"
- compile boredit
- @6,0 clear
- @6,0 say "BORREP.PRG"
- compile borrep
- @7,0 clear
- @7,0 say "PROC.PRG"
- compile proc
- @8,0 clear
- @8,0 say "PICKLIST.PRG"
- compile picklist
- @9,0 clear
- @9,0 say "PRINT.PRG"
- compile print
- @10,0 clear
- @10,0 say "CONFIG.PRG"
- compile config
- @11,0 clear
- @11,0 say "PCONFIG.PRG"
- compile pconfig
- @12,0 clear
- @12,0 say "SETCLR.PRG"
- compile setclr
- @13,0 clear
- @13,0 say "CDEFAULT.PRG"
- compile cdefault
- @14,0 clear
- ?
- ? "Done ... to start system, type: DO MENU"